home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Remotes / Source / PB.project < prev    next >
Encoding:
Text File  |  1992-09-23  |  922 b   |  29 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = Remotes.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     M_FILES = (Remotes_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (BoxViewSwitcher.h, Configure.h, GNULicense.h, Help.h, HostListManager.h, Info.h, Prefs.h, Remotes.h, remsubs.h, StuartSpeaker.h);
  9.     CLASSES = (BoxViewSwitcher.m, Configure.m, GNULicense.m, Help.m, HostListManager.m, Info.m, Prefs.m, Remotes.m, StuartSpeaker.m);
  10.     IMAGES = ();
  11.     PSW_FILES = ();
  12.     C_FILES = (remsubs.c);
  13.     OTHER_SOURCES = (COPYING, README.rtf);
  14.     PSWM_FILES = ();
  15.     SOUNDS = ();
  16.     OTHER_LIBS = (Media_s, NeXT_s);
  17.     INTERFACES = (Configure.nib, GNULicense.nib, Help.nib, Info.nib, Prefs.nib, Remotes.nib);
  18. };
  19. APPCLASS = Application;
  20. MAINNIB = Remotes;
  21. DOCEXTENSIONS = ();
  22. PROJECTTYPE = Application;
  23. PROJECTVERSION = 1.1;
  24. LOCALIZABLE_FILES = {
  25. };
  26. PROJECTNAME = Remotes;
  27. SYSTEMEXTENSIONS = ();
  28. LANGUAGE = English;
  29.